Assert URL
Ensures the page is navigated to the given URL

Input
Browser
| Name | Required | Description |
|---|---|---|
| Browser Instance | Which browser instance to run against. |
| Name | Required | Description |
|---|---|---|
| URL | The url to assert |
Optional
| Name | Required | Description |
|---|---|---|
| Timeout | The duration that the assert retries for | |
| Test Description | The Description of the test | |
| Use Inner Text | True to assert inner text | |
| Invert | True to invert test | |
| Is Regex | True if text is regex |
Output
| Name | Required | Description |
|---|---|---|
| Action Success | True if the action passed, false if it failed. |